<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bot{


	background: #D72B3B;


}


.bot .nav{


	width: 75%;


	margin: auto;


	


}


.bot .nav&gt;ul{


	margin-bottom:0 ;


	height: 40px;


	margin-left: 0;


	margin: initial!important;


	padding: initial!important;


}


.bot .nav&gt;ul&gt;li{


	float: left;


	width: 10%;


	height:40px;


	list-style: none;


}


.bot .nav&gt;ul&gt;li:hover{


	background-color: #d7583c;


}


.bot .nav&gt;ul&gt;li&gt;a{


	color: #fff;


	height: 100%;


	width: 100%;


	line-height: 40px;


	text-align: center;


	display: block;


}


.bot .nav .sub-nav{


	background: rgba(0,0,0,0.5);


	z-index: 1020;


	position: relative;


}


.bot .nav .sub-nav ul{


	padding: 0;


}


.bot .nav .sub-nav ul li{


	list-style: none;


	height: 40px;


}


.bot .nav .sub-nav ul li a{


display: block;


	color: #fff;


	line-height: 40px;


	text-align: center;


}


.bot .nav .sub-nav ul li:hover{


	background: rgba(0,0,0,0.6);


}</pre></body></html>